up: programming - C - File I/O  
programming - C - struct statWhat links here?
The structure used to contain file attributes returned by programming - C - function stat and programming - C - function fstat.

struct stat {
    _dev_t      st_dev;	    /* Equivalent to drive number 0=A 1=B ... */
    _ino_t      st_ino;	    /* Always zero ? */
    _mode_t     st_mode;    /* See above constants */
    short       st_nlink;   /* Number of links. */
    short       st_uid;	    /* User: Maybe significant on NT ? */
    short       st_gid;	    /* Group: Ditto */
    _dev_t      st_rdev;    /* Seems useless (not even filled in) */
    _off_t      st_size;    /* File size in bytes */
    time_t      st_atime;   /* Accessed date (always 00:00 hrs local * on FAT) */
    time_t      st_mtime;   /* Modified time */
    time_t      st_ctime;   /* Creation time */
};


Defined in sys\stat.h.
programming - C - struct stat
filename:programming - C - struct stat
filename:programming%20%2D%20C%20%2D%20struct%20stat
last edit:December 18 2012 19:10:16 (4156 days ago)
ct = 1714970945.000000 = May 06 2024 00:49:05
ft = 1355875816.000000 = December 18 2012 19:10:16
dt = 359095129.000000